home *** CD-ROM | disk | FTP | other *** search
/ APDL Eductation Resources / APDL Eductation Resources.iso / programs / maths / integrate / !Integrate / !ReadMe next >
Encoding:
Text File  |  1991-11-09  |  1.3 KB  |  45 lines

  1.                         !INTEGRATE
  2.  
  3.                       by Graham Hick
  4.  
  5.             ==================================
  6.             THIS PROGRAM IS PUBLIC DOMAIN!!!!!
  7.             ==================================
  8.  
  9. This  program  evaluates  definite  integrals  with  fixed 
  10. limits,  by  the use of the 'trapezium rule'.  To use  the 
  11. program, click on the icon on the icon bar to bring up the 
  12. window,  and  then type the relevant function  and  limits 
  13. into the spaces provided.  Press Return,  to calculate the 
  14. integral of the function, to 4 significant figures.
  15.  
  16. The function and limits must be in a form that BASIC would 
  17. accept, e.g.
  18.                     3*x rather than 3x
  19.                 1/cos x rather than sec x
  20.               (sin x)^2 rather than sinĀ²x
  21.                   exp x rather than e^x 
  22.  
  23. Pi can be used in the function or limits - just type 'pi'.
  24.  
  25. Upper or lower case can be used throughout.
  26.  
  27. I  hope this explains everything.   If not,  feel free  to 
  28. write to me at:
  29.  
  30.      Graham Hick
  31.      33 Ashley Piece
  32.      Ramsbury
  33.      Marlborough
  34.      Wiltshire
  35.      SN8 2QE
  36.  
  37. Also,  send any cheques/PO's,  credit cards,  bank  notes, 
  38. laser  printers,   good  programs  etc....  to  the  above 
  39. address.
  40.  
  41.             ==================================
  42.             THIS PROGRAM IS PUBLIC DOMAIN!!!!!
  43.             ==================================
  44.  
  45.